<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
body {padding:0; margin:0; font-size:14px; font-family:"Microsoft YaHei"; color:#212121;}
a{color:#212121;text-decoration:none;}
a:hover{color:#464646; text-decoration:none;}
a img{border:none;} 
div,ul,li,p,form,h1,h2,h3,h4,h5,dt,dl,dd,table,tr,td{padding: 0px; margin: 0px;list-style-type: none;}
em{font-style: normal;font-weight: normal;}
* {padding: 0px; margin: 0px; }
.fl {float:left;}
.fr {float:right;}
.clear{clear:both;}
.upfile {border: 1px solid #ccc;height:28px;margin-top:10px; width:98%;}
.main_width{width:1200px; margin:0 auto;}
/*头部*/
.head{width: 100%;margin: 0 auto;z-index: 2;height: 97px;text-align: center;position: fixed;background: #fff;}
.head&gt;div{z-index: 2;width: 1200px;height: 97px;margin: 0 auto;left: 0;right: 0;top: 0;bottom: 0;text-align: center;}
.head_left{float: left;margin-top: 20px;position: relative;text-align: center;}



.head_right{float: right;margin:0 auto;position: relative;}
.head_right .nav{margin:0 auto;position: relative;margin-top: 18px;}
.head_right&gt;a{margin: 15px 0;display: block;float: left;}

.nav #nav_menu{margin:0 auto;width: 805px;}
.nav #nav_menu&gt;li{float: left;margin-right: 40px;}
.nav #nav_menu&gt;li:last-child{margin-right: 0;}
.nav #nav_menu&gt;li&gt;a{line-height: 60px;text-align: center;display: block;color: #434343;font-size: 14px;border-bottom: 2px solid #fff;}

#nav_menu li ul{margin:0;padding: 0;position: absolute;	visibility: hidden; z-index:99;width: 120px;z-index: 999;background-color: #464646;}
#nav_menu li:nth-child(2) ul{width: 120px;margin-left: -25px;}
#nav_menu li:nth-child(3) ul{width: 112px;}
#nav_menu li:nth-child(4) ul{width: 120px;margin-left: -25px;}
#nav_menu li ul li{float: none;overflow: hidden;}
#nav_menu li ul li a{display:block;height:35px;line-height:35px;text-align: center;font-size:14px;color:#fff !important; font-weight:normal; border-bottom:solid 1px #fff;}
#nav_menu li ul li a:hover{background: rgba(255, 255, 255, .5);color:#fff !important;}
#nav_menu .navhover&gt;a{color:#464646!important;border-bottom: 2px solid #464646!important;}
#nav_menu&gt;li:hover&gt;a{color:#464646!important;border-bottom: 2px solid #464646!important;}




/*动画*/
.slide-main{height:700px;position:relative; min-width:1200px; width:100%; background:#fff;}
.item{display:block;width:100%;height:5px;position:absolute;z-index:124;top:760px;left:0;text-align:center;}
.item a{display:inline-block;width:12px;height:12px;border-radius: 100%;margin-right:11px;background:#fff;opacity:0.6;-moz-opacity:0.6;filter:alpha(opacity=60);overflow:hidden;}
.item a.cur{background:#464646;}
.slide-box,.slide{display:block;width:100%;height:700px;overflow:hidden;}
.slide-box{position:relative;}
.slide{display:none;height:700px;position:relative;position:absolute;z-index:8;}
#bgstylea{background:url(banner1.png) center no-repeat;}
#bgstyleb{background:url(banner2.png) center no-repeat;}
#bgstylec{background:url(banner3.png) center no-repeat;}
#bgstylee{background:url(banner.png) center no-repeat;}
.slide a{display:block;width:100%;height:700px;cursor:pointer;}
.obj-a,.obj-b,.obj-c,.obj-d,.obj-e,.obj-f,.obj-g{position:absolute;z-index:9;left:50%;}
.obj-a,.obj-b{width:1200px;text-align:center;}
.obj-a{top: 127px;margin-left: -930px;}
.obj-b{top: 318px;margin-left: -260px;}
.obj-c{top: 270px;margin-left: 3px;}
.obj-d{top: 250px;margin-left: -525px;}
.obj-e{top: 133px;margin-left: -604px;}
/*.obj-e img{display: none;}*/
.obj-f{top: 73px;margin-left: 147px;}
.obj-g{top: 160px;margin-left: 40px;}
.banAnimate .obj-a{display:block;animation-name:baoAni;-webkit-animation:baoAni 0.4s linear 0s normal none;-moz-animation:baoAni 0.4s linear 0s normal none;animation:baoAni 0.4s linear 0s normal none;}
@-webkit-keyframes baoAni{from{opacity:0;left:60%;} to{opacity:1;left:50%;} }
@-moz-keyframes baoAni{from{opacity:0;left:60%;} to{opacity:1;left:50%;} }
@keyframes baoAni{from{opacity:0;left:60%;} to{opacity:1;left:50%;} }
.banAnimate .obj-b{display:block;animation-name:saAni;-webkit-animation:saAni 0.4s linear 0s normal none;-moz-animation:saAni 0.4s linear 0s normal none;animation:saAni 0.4s linear 0s normal none;}
@-webkit-keyframes saAni{from{opacity:0;-webkit-transform:scale(0,0);} to{opacity:1;-webkit-transform:scale(1,1);} }
@-moz-keyframes saAni{from{opacity:0;-moz-transform:scale(0,0);} to{opacity:1;-moz-transform:scale(1,1);} }
@keyframes saAni{from{opacity:0;transform:scale(0,0);} to{opacity:1;transform:scale(1,1);} }
.watch-code.code-show{display:block;animation-name:scode;-webkit-animation:scode 0.3s linear 0s normal none;-moz-animation:scode 0.3s linear 0s normal none;animation:scode 0.3s linear 0s normal none;}
@-webkit-keyframes scode{from{opacity:0;-webkit-transform:scale(1,0);transform-origin:left bottom;} to{opacity:1;-webkit-transform:scale(1,1); transform-origin: left bottom;} }
@-moz-keyframes scode{from{opacity:0;-moz-transform:scale(1,0); transform-origin:left bottom;} to{opacity:1;-moz-transform:scale(1,1);transform-origin:bottom bottom;} }
@keyframes scode{from{opacity:0;transform:scale(1,0);transform-origin:left bottom;} to{opacity:1;transform:scale(1,1);transform-origin: left bottom;} }
.banAnimate .obj-c,.banAnimate .obj-e{display:block;animation-name:saAnic;-webkit-animation:saAnic 0.3s linear 0s normal none;-moz-animation:saAnic 0.3s linear 0s normal none;animation:saAnic 0.3s linear 0s normal none;}
@-webkit-keyframes saAnic{from{opacity:0;left:47%;} to{opacity:1;left:50%;} }
@-moz-keyframes saAnic{from{opacity:0;left:47%;} to{opacity:1;left:50%;} }
@keyframes saAnic{from{opacity:0;left:47%;} to{opacity:1;left:50%;} }
.banAnimate .obj-d,.banAnimate .obj-f,.banAnimate .obj-g{display:block;animation-name:saAnid;-webkit-animation:saAnid 0.3s linear 0s normal none;-moz-animation:saAnid 0.3s linear 0s normal none;animation:saAnid 0.3s linear 0s normal none;}
@-webkit-keyframes saAnid{from{opacity:0;left:53%;} to{opacity:1;left:50%;} }
@-moz-keyframes saAnid{from{opacity:0;left:53%;} to{opacity:1;left:50%;} }
@keyframes saAnid{from{opacity:0;left:53%;} to{opacity:1;left:50%;} }
/*index_banner*/
.index_banner{width: 100%;height: 700px;z-index: 1;position: relative;padding-top: 97px;}
.index_banner .banner_box{position: absolute;}

/*Product*/
.ProductIndex{margin: 0 auto;background: #fff;padding-top: 47px;}
.product_content{width: 1200px;margin: 0 auto;font-size: 0;overflow: hidden;}
.productTitle{text-align: center;}
.productTitle h2{font-size: 30.48px;color: #232323;font-weight: 100;}
.productTitle h3{height: 1px;background: linear-gradient(to left,#fff,#bfbfbf,#fff);width: 355px;margin: 0 auto;margin-top: 7px;}
.productBig{margin-top: 50px;text-align: center;}
.productBig a{border: 1px solid #d1d1d1;margin-right: 43px;display: inline-block;}
.productBig a:last-child{margin-right: 0;}
.productList{margin-top: 30px;margin-bottom: 50px;}
.productList li{display: inline-block;border: 2px solid #d1d1d1;margin-right: 48px;vertical-align: top;}
.productList li img{width: 260px;height: 181px;}
.productList li:last-child{margin-right: 0;}
.productList li p{font-size: 18px;background: #d1d1d1;color: #434343;text-align: center;padding-top: 10px;height: 70px;line-height: 25px;}
.productBig a:hover{border: 1px solid #464646;}
.productList li:hover{border: 2px solid #464646;}
.productList li:hover p{background: #464646;color: #fff;}

/* Advantage */
.Advantage{margin: 0 auto;background: #fff;padding-top: 47px;background: url(muq.jpg) no-repeat top center;padding-bottom: 65px;overflow: hidden;}
.advantage_content{width: 1200px;margin: 0 auto;font-size: 0;}
.advantageTitle{text-align: center;}
.advantageTitle h2{font-size: 30.48px;color: #fffefe;font-weight: 100;}
.advantageTitle p{font-size: 21px;color: #434343;font-family: "Arial";margin-top: 3px;}
.advantageList{margin-top: 54px;text-align: center;}
.advantageList ul li{display: inline-block;margin-right: 200px;}
.advantageList ul li:last-child{display: inline-block;margin-right: 0;}
.advantageList ul li p{font-size: 18px;color:#fff;margin-top: 20px;cursor: default;}

.advantageIc1,.advantageIc2,.advantageIc3,.advantageIc4{
	display: inline-block;
    width: 95px;
    height: 88px;
}
.advantageIc1:before,.advantageIc2:before,.advantageIc3:before,.advantageIc4:before{display: block;}
.advantageIc1:before{content: url(advantage1.png)}
.advantageIc2:before{content: url(advantage2.png)}
.advantageIc3:before{content: url(advantage3.png)}
.advantageIc4:before{content: url(advantage4.png)}
.advantageIc1,.advantageIc2,.advantageIc3,.advantageIc4{overflow: hidden;}
.advantageList li:hover .advantageIc1:before {content: url(advantage1_1.png);animation: toRightFromLeft .3s ease-in-out;}
.advantageList li:hover .advantageIc2:before {content: url(advantage2_1.png);animation: toRightFromLeft .3s ease-in-out;}
.advantageList li:hover .advantageIc3:before {content: url(advantage3_1.png);animation: toRightFromLeft .3s ease-in-out;}
.advantageList li:hover .advantageIc4:before {content: url(advantage4_1.png);animation: toRightFromLeft .3s ease-in-out;}
@keyframes toRightFromLeft {49% {transform: translate(100%)}50% {opacity: 0;transform: translate(-100%)}51% {opacity: 1}}

/* Article */
.Article{margin: 0 auto;background: #e6e6e6;padding-top: 47px;padding-bottom: 50px;overflow: hidden;}
.article_content ul{background: #fff;}
.article_content{width: 1200px;margin: 0 auto;font-size: 0;}
.article_content li{width: 399px;display: inline-block;border-right:1px solid #e6e6e6;padding-bottom: 30px;vertical-align: top;}
.article_content li:last-child{border-right:none;}
.article_content li h2{font-size: 25.4px;color: #232323;border-bottom: 1px solid #e6e6e6;font-weight: 100;padding: 6px 26px;position: relative;}
.article_content li h2 a{font-size: 12px;color: #959595;position: absolute;right: 26px;bottom: 6px;}
.article_content .articleBox{width: 345px;margin: 0 auto;margin-top: 24px;}
.article_content .articleBox h3{font-size: 18px;color: #232323;margin-top: 10px;font-weight: 100;}
.article_content .articleBox p{font-size: 14px;color: #434343;margin-top: 10px;line-height: 28px;margin-top: 5px;line-height: 28px;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.article_content li:hover{background-color: #959595;}
.article_content li:hover h2,.article_content li:hover a,.article_content li:hover h3,.article_content li:hover p{color: #fff;}
.articleBox img{width: 345px;height: 229px;}



/*footer*/
.Comtent_content{width: 1200px;margin: 0 auto;}
.footer{background: #404143;padding-top: 30px;padding-bottom: 25px;}
.footer_content{width: 1200px;margin: 0 auto;font-size: 0;overflow: hidden;}
.footerBottom{text-align: center;padding: 20px 0;display: inline-block;width: 89%;}
.footerBottom{font-size: 14px;color: #fefefe;}
.footerBottom a{font-size: 14px;color: #fefefe;}
.footer .tle{text-align: center;margin-top: 25px;line-height: 25px;}
.footer .tle li{display: inline-block;margin-right: 25px;font-size: 14px;color: #fefefe;}
.footer .tle li:last-child{margin-right: 0;}
.footer .er{display: inline-block;width: 9%;vertical-align: top;}
.footer .er img{width: 100%;}


.about_n{margin:0 auto; width:100%; height:300px; background:url(about_n.jpg) center bottom no-repeat;padding-top: 97px;}
.company_n{margin:0 auto; width:100%; height:300px; background:url(company_n.jpg) center bottom no-repeat;padding-top: 97px;}
.contact_n{margin:0 auto; width:100%; height:300px; background:url(contact_n.jpg) center bottom no-repeat;padding-top: 97px;}
.focus_n{margin:0 auto; width:100%; height:300px; background:url(focus_n.jpg) center bottom no-repeat;padding-top: 97px;}
.join_n{margin:0 auto; width:100%; height:300px; background:url(join_n.jpg) center bottom no-repeat;padding-top: 97px;}
.technical_n{margin:0 auto; width:100%; height:300px; background:url(technical_n.jpg) center bottom no-repeat;padding-top: 97px;}

/*内页内容*/
.publicBox{background: #f2f2f2;float: left;width: 100%;}
.mainContent{margin:20px auto; width:1200px;}
.content{display: block;height: 50px;background: #464646;line-height: 50px;color: #FFF;font-size: 24px;text-align: center;box-shadow: 0 1px 4px #cfcfcf;border-radius: 50px 0;}
.productBox{width: 1200px;margin: 0 auto;}
.weizhi{background:url(home.gif) left no-repeat; padding-left:25px;height: 55px;line-height: 58px;}


.list_left{display: inline-block;vertical-align: top;width: 790px;}
.list_left .title{font-size: 20px;color: #2c3740;font-weight: bold;}
.list_left .date{display: block;padding: 0 0 30px;color: #9ca6ae;font-size: 14px;border-bottom: 1px solid #d3d3d3;}
.list_left .contact{font-size: 15px;color: #636c74;line-height: 30px;margin-top: 30px;margin-bottom: 10px;}
.list_left .contact img{width: 90%;}

.news_right{display: inline-block;vertical-align: top;width: 300px;float: right;margin-top: 20px;}
.news_right .newsTitle{padding: 0;border: none;padding-bottom: 20px;border-bottom: 1px solid #d3d3d3;margin-top: 0;}
.news_right h1 {font-size: 20px;color: #2c3740;font-weight: bold;display: inline-block;}
.news_right li{margin-top: 30px;background: #fff;}
.news_right li span{display: block;overflow: hidden;}
.news_right li img{width: 100%;transition: 0.3s ease-in-out;}
.news_right li:hover img {transform: scale(1.02);}
.news_right li .newsArticle{box-sizing: border-box;padding: 20px;}
.news_right li .newsArticle time{display: block;color: #999;font-weight: bold;}
.news_right li:hover time {color: #333;}
.news_right li aside p{font-size: 15px;color: #999;margin-top: 5px;}
.news_right li .newsArticle p{font-size: 15px;color: #999;margin-top: 5px;}
.news_contact .title{font-size: 18px;display: block;font-weight: bold;height: 45px;line-height: 45px;}
.news_contact #next{text-align: center;}
.news_contact #next a{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 219px;display: inline-block;vertical-align: top;}

.list_right{margin:0 auto;}
.list_right_contact{display:block; margin-top:20px; line-height:30px;}
.list_right_contact img{border: 1px solid #ccc;padding: 2px;}
.list_right_contact img:hover{border: 1px solid #464646;}
.list_right_contact .t{line-height:45px;}

.list_right1{width:100%;}

.publicTop{width: 1200px;margin: 0 auto;}
.publicTop .weizhi{display: inline-block;vertical-align: top;}
.publicTop .ListNav{float: right;font-size:0;line-height: 55px;}
.ListNav li{display: inline-block;vertical-align: top;}
.ListNav li a{font-size: 12px;color: #333;display: block;padding: 0 20px;}
.ListNav .currclass a{background: #a10000;color: #fff;}
.ListNav li:hover a{background: #a10000;color: #fff;}

.productListNav{font-size: 0;text-align: center;}
.productListNav li{height: 55px;line-height: 55px;display: inline-block;}
.productListNav li a{font-size: 14px;color: #333;display: block;padding: 0 20px;}
.productListNav li:hover a{background: #a10000;color: #fff;}
.productListNav .currclass a{background: #a10000;color: #fff;}


.list_contact_us{border:solid 2px #f2f2f2; display:block; margin-top:25px;}
.list_contact_us .t_title{display:block; height:50px; background:#f2f2f2; text-align:center; font-size:18px; line-height:50px;}
.list_contact_us .n_contect{display:block; padding:2px 6px; line-height:28px; font-size:13px;}
.list_contact_us .n_contect img{display:block;}



.list_contact{display:block; margin:20px auto; line-height:30px;}
/* .list_contact img{max-width:90%;} */
.list_contact .title{font-size:18px; display:block; text-align:center; font-weight:bold;border-bottom: dotted 1px #ddd; height:45px; line-height:45px;}
.list_contact .contact{display:block; line-height:30px;margin-top:10px;}
.list_contact .date{display:block; text-align:center; margin:10px 0;}
.list_contact #next{ display:block; border-top:dotted 1px #CCCCCC; margin-top:15px; text-align:center; padding-top:8px;text-align: center;}
.list_contact p{background: none !important;}
.list_contact p span{background: none !important;}

.list_contact_img{display:block; margin:20px 0;}
.list_contact_img .image{border:solid 1px #CCC;}
.list_contact_img &gt; table td:hover .image{border:solid 1px #464646;}
.list_contact_img &gt; table td:hover .t{background: #464646;}
.list_contact_img &gt; table td:hover .t a{color: #fff;}
.list_contact_img .t{line-height:35px;}

.list_contact_img &gt; table td{width: 23%;display: inline-block;margin-right: 30px;margin-bottom: 10px;}
.list_contact_img &gt; table td:nth-child(4n){margin-right: 0;}
.list_contact_img &gt; table td img{width: 100%;height: 100%;}
.Technical &gt; table td img:after{    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(See.png) no-repeat center center rgba(0,0,0,.3);
    top: 0;
    left: 0;
    transform: scale(0);
	transition: 0.3s ease-in-out;}
.Technical &gt; table td:hover img:after{transform: scale(1);}

/* .certificate &gt; table tr{width: 1000px;display: block;margin: 0 auto;}
.certificate &gt; table tr td{width: 200px !important;display: inline-block;margin: 0 auto;margin-right: 60px;}
.certificate &gt; table tr td:last-child{margin-right:0;}
.certificate &gt; table tr td img{width: 100% !important;height: 100%;} */

.list_contact form table tr td input{background-color: #fff;background-image: none;border: 1px solid #ccc;border-radius: 4px;}
.list_contact form table tr td textarea{background-color: #fff;background-image: none;border: 1px solid #ccc;border-radius: 4px;}
.list_contact form table tr:last-child td input{border: 1px solid #adadad;color: #333;background: #fff;border-radius: 4px;padding: 5px 10px;cursor: pointer;}

.list_product_contact ul{font-size: 0;}
.list_product_contact li{display: inline-block;vertical-align: top;width: 22.3%;margin-right: 3.6%;box-sizing: border-box;border: 1px solid lightgray;margin-bottom: 3%;}
.list_product_contact li:nth-child(4n){margin-right: 0;}
.list_product_contact li img{width: 100%;}
.list_product_contact li div + p{padding: 15px 0;text-align: center;font-size: 14px;color: #fff;background: #464646;transition: 0.3s ease-in-out;}
.list_product_contact li:hover div + p{background: #a10000;}
.list_product_contact .product_list{position: relative;overflow: hidden;}
.list_product_contact .product_list span{display: block;overflow: hidden;}
.product_list span img{transition: 0.3s ease-in-out;}
.list_product_contact li:hover .product_list span img{transform: scale(1.05);}
.productlist_contact{position: absolute;top: 100%;left: 0;width: 100%;height: 100%;background: rgba(250,250,250,.8);box-sizing: border-box;padding: 15px;transition: 0.3s ease-in-out;}
.list_product_contact li:hover .productlist_contact {top: 0;}
.productlist_contact h2{font-size: 14px;color: #000;margin-top: 10px;}
.productlist_contact font{display: block;font-size: 14px;color: #666;margin-top: 5px;}


.Join table{border-top: 1px solid;border-left: 1px solid;}
.Join table td{border-bottom: 1px solid;border-right: 1px solid;padding: 10px;}

/*新闻栏目*/
.list_news{display:block;width: 1200px;margin:20px 0;}
.newsList{width: 100%;margin-left: auto;margin-right: auto;font-size: 0;}
.newsList li {display: inline-block;vertical-align: top;width: 22.7%;margin-right: 3%;box-sizing: border-box;background: white;margin-top: 10px;box-shadow: 0 0 2px 0 #d3d3d3;transition: 0.3s ease-in-out;position: relative;}
.newsList li:nth-child(4n){margin-right: 0;}
.newsList li:hover {transform: translateY(-5px);}
.newsList li:after {content: '';display: block;width: 0%;height: 2px;background: #a10000;position: absolute;bottom: 0px;transition: 0.3s ease-in-out;}
.newsList li:hover:after {width: 100%;}
.newsList li img {width: 100%;}
.newsList .newsTitle {box-sizing: border-box;padding: 40px;}
.newsList .newsTitle h2 {font-size: 18px;color: #000;white-space:nowrap; text-overflow:ellipsis;overflow: hidden;}
.newsList .newsTitle time {font-size: 14px;color: gray;display: block;margin-top: 10px;}

/*产品内容页*/
#list_info{padding: 10px 20px;box-sizing: border-box;background: #fff;font-size: 18px;color: #a10000;font-weight: bold;margin: 90px 0 30px;}
#list_info .detailed:before{content: '';display: inline-block;vertical-align: middle;width: 3px;height: 18px;background: #a10000;margin-right: 25px;}
#list_product_content{display:block; clear:both;}
#list_product_content .title{font-size:18px; display:block; text-align:center; font-weight:bold; height:45px; line-height:45px;}
#list_product_content .contact{display:block; line-height:30px;}
#list_product_content .contact td{padding-left:20px;}
#list_product_content .contact img{max-width:1170px; display:block;}
#list_product_content #next{ display:block;margin-top:15px; text-align:center; padding-top:20px;}
.prodtitle {LINE-HEIGHT:30px; font-size:20px; margin-bottom:10px;}
.products_show_1 {box-sizing: border-box;border: 1px solid lightgray;padding: 30px;background: #fff;font-size: 0;}
.show_left {display: inline-block;vertical-align: top;width: 30%;text-align: center;}
.show_right {display: inline-block;vertical-align: top;width: 70%;box-sizing: border-box;padding: 0 45px;padding-left: 70px;}
.show_right h1{font-size: 24px;color: #333333;font-weight: bold;padding: 20px 0;border-bottom: 1px solid lightgray;margin-bottom: 20px;}
.show_right p{font-size: 14px;color: #333;line-height: 30px;}
.show_right p span{display: inline-block;vertical-align: top;width: 85%;}
.show_right LI {LINE-HEIGHT:35px; OVERFLOW: hidden; display:block; background:url(pdf.jpg) left no-repeat; padding-left:28px;}
.show_right .d_contact{display:block; line-height:35px; margin-top:10px;}

.list_order{ border-top:1px solid #e5e5e5; margin:20px 0 0; padding:20px 0; font-family:"Microsoft Yahei";}
.list_order h2{ font-size:16px; line-height:30px; color:#333; height:50px; overflow:hidden;}
.list_order h2 span{ color:#666; display:inline-block; padding-left:20px; font-weight:normal;}
.list_order ul li{ margin-bottom:25px;}
.list_order li span{ display:inline-block; width:80px; font-size:14px; vertical-align:top; color:#4a4a4a; text-align:right; line-height:36px;}
.list_order li span em{ padding-right:2px; font-style:normal;}
.list_order .li01{ width:450px; float:left;}
.list_order .li02{ width:450px; float:left;}
.list_order .li03{ width:450px; float:left;}
.list_order .li04{ clear:both;}
.list_order li img{ vertical-align:middle; height:36px; background:#e5e5e5;}
.list_order .li05,.online .li06{ margin-bottom:10px;}
.red_x { color:#DD3904; display:inline; font-family:"微软雅黑"; font-size:12px;}
.inp1{ width:324px; height:36px; background:url(ordr_img_lian.png) no-repeat 324px 10px #f2f2f2; overflow:hidden; line-height:36px; border:0; padding:0 25px 0 10px;}
.inp2{ width:324px; height:36px; background:url(ordr_img_tel.png) no-repeat 324px 10px #f2f2f2; overflow:hidden; line-height:36px;border:0; padding:0 25px 0 10px;}
.inp3{ width:324px; height:36px; background:url(ordr_img_mail.png) no-repeat 324px 10px #f2f2f2; overflow:hidden; line-height:36px;border:0; padding:0 25px 0 10px;}
.inp4{ width:808px; height:109px; background:none; overflow:hidden; line-height:36px;border:1px solid #e0e0e0; resize:none;}
.inp5{ width:205px; height:36px; overflow:hidden; line-height:36px;border:1px solid #e0e0e0; background:none; margin-right:10px;}
.inp7{ width:324px; height:36px; background:url(ordr_img_contact.png) no-repeat 324px 10px  #f2f2f2; overflow:hidden; line-height:36px; border:0;padding:0 25px 0 10px;}
.btn1{width:80px; height:35px; border:0; margin:10px 27px 0 80px; background:#464646; color:#FFFFFF;cursor: pointer; font-family:"微软雅黑"; font-size:16px;}
.btn1:hover{background:#FFA200;}
.btn2{width:80px; height:35px; border:0; margin:10px 0 0 0; background:#FFA200; color:#FFFFFF;cursor: pointer; font-family:"微软雅黑"; font-size:16px;}
.btn2:hover{background:#464646;}

.table{width: 100%;border-collapse: collapse;border-spacing: 0;table-layout: fixed;border: 1px solid lightgray;}
.table td,.table th {
    border: 1px solid lightgray;
    box-sizing: border-box;
    padding: 10px 0;
    font-size: 14px;
    color: #333;
    text-align: center;
    border-left: none;
    border-right: none;
}
.table th {
    background: #353688;
    color: #fff;
}
.table td{background: #fff;}

/*产品分类*/
#suckertree1 li ul li a{background: #f2f2f2; }
#suckertree1 li ul li a:hover{background:#464646;}
.suckerdiv{float:left; width:210px; margin-top:10px;}
.suckerdiv .title{display:block; height:70px; font-size:22px; line-height:70px; text-align:center; background:#464646; color:#FFFFFF; border-radius:8px 8px 0 0; margin-bottom:1px;}
.suckerdiv ul{margin: 0;padding: 0;list-style-type: none;width:210px;}
.suckerdiv ul li{position: relative;text-align: center;}
.suckerdiv ul li ul{left:211px; position: absolute;width:190px;top:0px;display: none;z-index:9999999;}
.suckerdiv ul li ul li ul{left:191px; /* Parent menu width - 1*/}
.suckerdiv ul li a{display: block;color: black;text-decoration: none;background:#f2f2f2;height:40px; line-height:40px; font-size:14px; border-bottom:solid 1px #FFF;z-index:9999999}
.suckerdiv ul li ul li a{margin-top:0px;}
.suckerdiv ul li a:visited{color: black;}
.suckerdiv ul li a:hover{background:#464646; color:#fff; font-weight:bold;}
.suckerdiv ul li.currclass a{background:#464646; color:#fff; font-weight:bold;}
.suckerdiv .subfolderstyle{background:url(arrow-list.gif) no-repeat 190px center #f2f2f2;}
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%;}



/*图片放大镜样式*/
.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;}
.jqzoom img{width:100%;}
div.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;display:none;text-align:center;overflow:hidden;width: 450px;height: 300px;opacity: 0;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #aaa;background:#ffffff /*url(../images/zoom.png) 50% center no-repeat*/;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);display: none;}

/*图片小图预览列表*/
.spec-preview{width:100%;}
.spec-scroll{clear:both;margin-top:5px;display: none;}
.spec-scroll .prev{float:left;margin-right:2px; background:url(left.gif) no-repeat;  margin-top:20px;}
.spec-scroll .next{float:right; background:url(right.gif) no-repeat;  margin-top:20px;}
.spec-scroll .prev,.spec-scroll .next{display:block;width:17px;height:54px; line-height:54px;cursor:pointer;text-decoration:none;}
.spec-scroll .items{float:left;position:relative;width:408px;height:56px;overflow:hidden; margin-top:20px;}
.spec-scroll .items ul{position:absolute;width:999999px;height:54px;}
.spec-scroll .items ul li{float:left;width:67px;text-align:center;}
.spec-scroll .items ul li img{border:1px solid #CCC;padding:1px;width:50px;height:50px;}
.spec-scroll .items ul li img:hover{border:1px solid #FF6600;padding:1px;}


/*分页*/
#fenye{clear:both; margin:20px 20px 0 0;font-size: 13px;}
#fenye .prev_h,#fenye .next_h{width:55px; text-align:center;line-height:20px;}
#fenye a.curr{width:25px;background:#464646; border:1px solid #fff; color:#fff; font-weight:bold; text-align:center;}
#fenye a.curr:visited {color:#fff;}
#fenye a{color:#333333;background:#fff; margin:0px 5px; border:1px solid #dcdddd; float:left; text-align:center;height:22px;line-height:22px;text-decoration:none;border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px;}
#fenye a.num{width:22px;}
#fenye a:visited{color:#333333;} 
#fenye a:hover{ float:left;}
#fenye span{line-height:30px; font-size:13px; height:30px;}

/*在线留言*/
.feedback .line{padding:8px 0;}
.feedback .line .inputText{border:1px solid #ccc;color:#999;font-size:12px;padding:0 18px;width:714px;height:40px;line-height:40px;margin:0px; font-family:"微软雅黑"}
.feedback .line .textArea{border:1px solid #ccc;color:#999;font-size:12px;padding:10px 18px;width:714px;height:124px;margin:0px; font-family:"微软雅黑"}
.btn_area{width:102px; display:block;}
.submit{
	color: #fff;
	background: #333;
	width:70px;
	float:left;
	height:29px;
	border:none;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	} 
.submit:hover {
	color: #fff;
	background:#005AB5;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	} 



/*右边浮动*/
.floating_ck{position:fixed;right:0px;top:50%; z-index:99999999999}
.floating_ck dl dd{position:relative;width:80px;height:80px;background-color:#464646;border-bottom:solid 1px #fff;text-align:center;background-repeat:no-repeat;background-position:center 20%;cursor:pointer;}
.floating_ck dl dd:hover{background-color:#464646;}
.floating_ck dl dd:hover .floating_left{display:block;}
.consult{background-image:url(qq.png);}
.qrcord{background-image:url(weixin.png);}
.return{background-image:url(fanhui.png);}
.floating_ck dd span{color:#fff;display:block;padding-top:54px;}
.floating_left{position:absolute;left:-120px;top:0px;width:120px;height:80px;background-color:#464646;border-bottom:solid 1px #464646;display:none;}
.floating_left a{color:#fff;line-height:80px;}
.floating_ewm{height:150px;top:-70px;}
.floating_ewm i{background-image:url(weixin.jpg);display:block;width:110px;height:110px;margin:auto;margin-top:7px;}
.floating_ewm ii{background-image:url(mobile.jpg);display:block;width:110px;height:110px;margin:auto;margin-top:7px;}
.floating_ewm p{color:#fff;margin-top:5px;}
.floating_ewm .qrcord_p01{font-size:12px;line-height:20px;}
.floating_ewm .qrcord_p02{font-size:14px;}

.OnlineQQ,.goTop{position: fixed;z-index: 100;right: 30px;bottom: 100px;border-radius: 100%;display: block;height: 60px;cursor: pointer;}
.OnlineQQ:hover,.goTop:hover{box-shadow: 0 2px 12px 0 rgba(0,0,0,.26);opacity: .9;}
.goTop{bottom: 170px;}

.banner_bottom{height: 246px;background: #000;}
.banner_bottom ul{width: 1200px;margin: 0 auto;}
.banner_bottom ul li{width: 299px;float: left;margin-left: 1px;background: #fff;padding-bottom: 20px;}
.banner_bottom ul li div{margin-bottom: 24px;width: 100%;font-size: 0;}
.banner_bottom ul li div img{width: 100%;}
.banner_bottom ul li a{display: block;float: left;width: 116px;height: 28px;border:1px solid #d6d6d6;margin: 10px 15px;text-align: center;line-height: 28px;}
.banner_bottom ul li a:hover{background: #41526b;color: #fff;transition: 1s;}
.banner_bottom ul li:nth-child(1){margin-left: 0;}


/*底部*/
.footer_nav{background-color: #707070;width: 100%;}
.footer_nav&gt;div{width: 1200px;margin: 0 auto;position: relative;}
.footer_nav .footer_top&gt;ul{color: #fff;}
.footer_nav .footer_top&gt;ul&gt;li{color: #fff;font-size: 16px;padding-left: 24px;padding-right: 24px;display: inline-block;}
.footer_nav .footer_top&gt;ul&gt;li:nth-child(1){padding-left: 0;}
.footer_nav .footer_top&gt;ul&gt;li a{color: #fff;}
.footer_nav .footer_top&gt;p{color: #fff;margin-top: 34px;}
.footer_nav .footer_top&gt;p span{margin: 0 20px 0 20px;}


.footer_nav .footer_top ul li ul{margin-top: 10px;line-height: 26px;}
.footer_nav .footer_top ul li ul li{color: #fff;font-size: 14px;}
.footer_nav .footer_top ul li:nth-child(4) ul li:nth-child(1) span{margin-left: 26px;}
.footer_nav .footer_top ul li:nth-child(4) ul li:nth-child(2){padding-left: 46px;}
.footer_nav .footer_top ul li:nth-child(4) ul li:nth-child(2) span{margin-left: 26px;}
.footer_nav .footer_top li li a{color: #fff;font-size: 14px;}
.footer_nav .footer_top li li a:hover{color: #f24f30;transition: 1s;}

.footer_top{width: 1200px;margin: 0 auto;padding-top: 26px;padding-bottom: 20px;overflow: hidden;}
.footer_top&gt;div{font-size: 0;position: absolute;top: 30px;right: 0;}
.footer_top&gt;div p{font-size: 14px;text-align: center;color: #fff;margin-top: 8px;}
.footer_logo{float: left;margin-left: 70px;}
.footer_p{float: left;font-size: 14px;color: #fff;width: 580px;padding: 10px 0 10px 20px;line-height: 26px;}
.footer_ewm{float: right;}
.footer_ewm img{float: left;}
.footer_ewm p{font-size: 14px;color: #fff;font-weight: 100;line-height: 32px;text-align: center;}
.footer_span{margin-right: 14px;}
.footer_span a{color: #fff;}
.footer_bottom{background-color: #707070;width: 100%;padding-bottom: 30px;}
.footer_bottom&gt;div{width: 1200px;margin: 0 auto;color: #fff;font-size: 14px;font-family: "微软雅黑";}
.footer_bottom&gt;div span{margin-left: 20px;}
.footer_bottom&gt;div a{color: #fff;font-size: 14px;}</pre></body></html>